Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / StQ Method


In This Topic
    StQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function StQ( _
       ByVal ttQ() As T, _
       ByVal UtQ As System.Integer, _
       ByVal vtQ As T _
    ) As System.Integer
    'Usage
     
    
    Dim ttQ() As T
    Dim UtQ As System.Integer
    Dim vtQ As T
    Dim value As System.Integer
     
    value = NArrayHelpers(Of T).StQ(ttQ, UtQ, vtQ)
    internal static System.int StQ( 
       T[] ttQ,
       System.int UtQ,
       T vtQ
    )

    Parameters

    ttQ
    UtQ
    vtQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also